Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credential Page Sizings #187

Merged
merged 7 commits into from
Jan 2, 2022
Merged

Conversation

ItsAdityaKSingh
Copy link
Contributor

@ItsAdityaKSingh ItsAdityaKSingh commented Dec 29, 2021

fixes #186

Describe the changes you have made in this PR - Improved sizing of widgets to fit all on the same working screen. Also included sizer package for any future reference.

Screenshots of the changes (If any) -

Checked on different screen sizes!

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

@ItsAdityaKSingh
Copy link
Contributor Author

@manjotsidhu flutter test --coverage is failing due to the use of MediaQuery as it could not find generic widgets.

@ItsAdityaKSingh
Copy link
Contributor Author

Upon changing tests, still, the error was persistent, so I changed the height of the container and let the height of the image remain 300. With this, the issue is resolved, and no CI tests fail.

@coveralls
Copy link

coveralls commented Dec 29, 2021

Pull Request Test Coverage Report for Build 1644137692

  • 4 of 6 (66.67%) changed or added relevant lines in 2 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.006%) to 72.296%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/ui/views/authentication/login_view.dart 2 3 66.67%
lib/ui/views/authentication/signup_view.dart 2 3 66.67%
Files with Coverage Reduction New Missed Lines %
lib/ui/views/authentication/login_view.dart 2 78.95%
Totals Coverage Status
Change from base Build 1634714668: -0.006%
Covered Lines: 3883
Relevant Lines: 5371

💛 - Coveralls

pubspec.yaml Outdated Show resolved Hide resolved
@ItsAdityaKSingh
Copy link
Contributor Author

@manjotsidhu Required changes done. You may merge it now!

@manjotsidhu
Copy link
Member

Please don't mix other issues in a single PR. There is no limit to the number of PRs you can submit.

@ItsAdityaKSingh
Copy link
Contributor Author

Please don't mix other issues in a single PR. There is no limit to the number of PRs you can submit.

Ok, sure, let me clean this mess up! Sorry for the inconvenience!

@manjotsidhu manjotsidhu merged commit 5f2300e into CircuitVerse:master Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Irregular sizing of Credential Screens
3 participants